agents.anac.y2010.AgentFSEGA
Class UtilitySpaceHypothesis
java.lang.Object
agents.anac.y2010.AgentFSEGA.Hypothesis
agents.anac.y2010.AgentFSEGA.UtilitySpaceHypothesis
- All Implemented Interfaces:
- java.lang.Comparable<Hypothesis>
public class UtilitySpaceHypothesis
- extends Hypothesis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UtilitySpaceHypothesis
public UtilitySpaceHypothesis(Domain pDomain,
UtilitySpace pUS,
WeightHypothesis pWeightHyp,
EvaluatorHypothesis[] pEvalHyp)
getDomain
public Domain getDomain()
getEvalHyp
public EvaluatorHypothesis[] getEvalHyp()
getHeightHyp
public WeightHypothesis getHeightHyp()
getUtility
public double getUtility(Bid pBid)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object